db_constraints ~master (2022-04-24T06:29:45.2622732)
Dub
Repo
ForeignKeyException
db_constraints
db_exceptions
Exception thrown on foreign key violations.
class
ForeignKeyException : Exception {
this
(string msg, string file, size_t line, Throwable next);
}
Constructors
this
this
(string msg, string file, size_t line, Throwable next)
Meta
Source
See Implementation
db_constraints
db_exceptions
classes
CheckConstraintException
ExclusionConstraintException
ForeignKeyException
KeyedException
UniqueConstraintException
Exception thrown on foreign key violations.